home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Jotto ][ 1.2 / source / Shell ƒ / error.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-30  |  241 b   |  9 lines  |  [TEXT/MMCC]

  1. #include "program globals.h"
  2. #include <Notification.h>
  3.  
  4. extern    NMRec            gMyNotification;
  5. extern    enum ErrorTypes    gPendingResultCode;
  6.  
  7. void FailNilUPP(UniversalProcPtr theUPP);
  8. void HandleError(enum ErrorTypes resultCode, Boolean exitToShell);
  9.